home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / quasrsql.zip / QUERY11.SQL < prev    next >
Text File  |  1991-10-26  |  88b  |  2 lines

  1. select sname from s where exists
  2.   (select * from sp where sno = s.sno and pno = 'P2');